home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / splitit.zip / SPLITIT.DOC < prev    next >
Text File  |  1992-03-21  |  2KB  |  47 lines

  1.              Splitit(C) Version 2.0ß Copyright 1992 by Bill Buckels
  2.  
  3.              Splits, Joins, and Kills Files in The Current Directory
  4.             Use With Care! Damage can be Caused if Your Disk Is Full!
  5.  
  6.                          B - Behead a file      (Split)
  7.  
  8.                          T - Trim   a file      (Split)
  9.  
  10.                          C - Chunk  a BIN file  (Split)
  11.  
  12.                          A - Chunk  a TEXT file (Split)
  13.  
  14.                          J - Join   a file      (Join)
  15.  
  16.                          L - List current directory
  17.  
  18.                          K - Kill   a file      (Erase)
  19.  
  20.        F1 For HELP * Use Arrows to Select and Press Enter * ESCape to Exit
  21.  
  22.                    Produced by Bill Buckels * (204) 452- 2815
  23.               982 Hector Ave. * Winnipeg, Manitoba, Cdn * R3M 2G6
  24.  
  25.            This program is distributed without Warranty or liability
  26.  
  27.    Split Files Into Two or more Parts. Headers or Footers may be removed
  28.    using this method. Files may also be joined again using the Join Option.
  29.    Splitit Offers Both interactive and command line usage modes.
  30.    The commandline mode which is covered below allows Splitit to be
  31.    called from a batch file and perform its handiwork non-interactively.
  32.  
  33.    Commandline:  SPLITIT [command] ROOTNAME.EXT [checksum-bytes]
  34.    B  Behead     remove [checksum] bytes from the beginning of the file.
  35.                  2-files are created... [ROOTNAME].001 and [ROOTNAME].002.
  36.    T  Trim       remove [checksum] bytes from the end of the file.
  37.                  2-files are created... [ROOTNAME].001 and [ROOTNAME].002.
  38.    C  Chunk      break file into pieces (multiple files) of [checksum] bytes
  39.       BINARY     starting with  file [ROOTNAME].001, [ROOTNAME].002, etc.
  40.    A  Chunk      break a file into pieces of [checksum] bytes same as binary
  41.       ASCII      but do not split lines of text. Use for BBS Logfiles, etc.
  42.    J  Join       Join a file that was previously split into pieces
  43.                  (multiple files) starting with  file [ROOTNAME].001.
  44.                  The [checksum] is not required for this option.
  45.  
  46.                    Leave Yourself Lots Of Disk Space To Work In
  47.